const encoding/xml.fAttr

11 uses

	encoding/xml (current package)
		marshal.go#L510: 		if finfo.flags&fAttr == 0 {
		marshal.go#L813: 		if finfo.flags&fAttr != 0 {
		read.go#L451: 				case fAttr:
		read.go#L460: 				case fAny | fAttr:
		typeinfo.go#L33: 	fAttr
		typeinfo.go#L42: 	fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
		typeinfo.go#L131: 				finfo.flags |= fAttr
		typeinfo.go#L152: 		case fAttr, fCDATA, fCharData, fInnerXML, fComment, fAny, fAny | fAttr:
		typeinfo.go#L153: 			if f.Name == xmlName || tag != "" && mode != fAttr {
		typeinfo.go#L163: 		if finfo.flags&fOmitEmpty != 0 && finfo.flags&(fElement|fAttr) == 0 {